home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilgraf / anmdtc14.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  68 lines

  1. Short:    IFF ANIM DataType V1.4
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5.  
  6. IFF ANIM DataType, a replacement for (little bit) buggy CBM anim.datatype.
  7. animation.datatype subclass.
  8.  
  9. Features are:
  10. - Supports all (currently) defined ANIM compression modes:
  11.   - ANIM-0    ILBM BODY
  12.   - ANIM-1    ILBM XOR
  13.   - ANIM-2    Long Delta mode
  14.   - ANIM-3    Short Delta mode
  15.   - ANIM-4    General Delta mode
  16.   - ANIM-5    Byte Delta mode
  17.   - ANIM-6    Stereo Byte Delta mode
  18.   - ANIM-7    Anim-5 compression using LONG/WORD data
  19.   - ANIM-8    Anim-5 compression using LONG/WORD data
  20.   - ANIM-J    Eric Grahams compression format
  21.  
  22. - Compression modes can be mixed in any way (e.g. ANIM-5 with ANIM-J etc.).
  23.  
  24. - Interleave counts can have any value (not limited to 1 or 2 frames back).
  25.  
  26. - Should be safer than the CBM version. Includes stack checking code and
  27.   many asserts to avoid crashes.
  28.  
  29. - Random frame access (even to deltas).
  30.  
  31. - Supports clipboard as input.
  32.  
  33. - Dynamic loading of frames (disk-based) or caching the whole anim in memory.
  34.  
  35. - Preference file with various options and per project settings like
  36.   - Viewmode ID
  37.   - Frames per second Rate
  38.   - VERBOSE option which shows the internal structure of the animation stream
  39.     (used compression modes; animation dimensions and other attributes).
  40.  
  41. - Matches the "DataTypes" proposal.
  42.  
  43. Future versions will implement:
  44. - Sound attachment. Like "mpegvideo.datatype" you will be able to attach a
  45.   sample (loaded via DataTypes) to the animation.
  46.   (The resulting movie (animation with sound) can be saved as an IFF FILM
  47.   stream using "DumpDTAnim" (Aminet:gfx/conv/DumpDTAnim#?.LhA). Such movies
  48.   can be placed into the aminet in the aminet:pix/movies/ directory.)
  49.  
  50. - Frame skipping (by compression type and/or by frame number).
  51.  
  52. - Dynamic timing.
  53.  
  54. - Per frame colormaps (e.g. CMAPS attached to each ILBM FORM).
  55.  
  56. Bye,
  57. Roland
  58.  
  59.  
  60. P.S.:
  61. Following was cut from an aminet "weekly-uploads" mail:
  62. | Please rate all the programs you
  63. | download. To do so, send to aminet-server@wuarchive.wustl.edu :
  64. | RATE <path> <num>
  65. | where <path> is the file you want to judge and <num> is a mark from 0..10
  66. | with 10 being the best. You can rate several programs in one mail, but
  67. | don't rate your own programs. Example: RATE dev/gui/mui23usr.lha 8
  68.